OsCommerce HTTP Error Handling add-on (v2.3)
Copyright (c) 2003 osCommerce
  by hobbzilla (Ryan Hobbs)
  email: hobbzilla@hobbzilla.com
  url  : http://www.hobbzilla.com
-------------------------------------------------

v2.3
----
Updated to fit an osCommerce 2.3.x web site.
Replaced deprecated <font> tags with styled <span> tags.
If $_SERVER['HTTP_REFERER'] is not set a string of question marks is used rather than leaving it blank.

v2.0
----
Bug fixes:
 - He was not the cause of the error url.
 - He was not the browser used by the client.

Added Spanish language.


v1.5 
----
- corrected grammatical errors
- corrected wrong link to css
- added a test, if no path given in the admin, by default the log will be  written in catalog\log folder using relative path as defined in configure.php  rather than hard coded path
- added a french translation ( not finished)
- defined that in admin the default valur would be to write a log and also send the store owner a mail alert

any support on : http://forums.oscommerce.com/index.php?showtopic=178259


v1.4
-----
Added the Advanced Search feature on the error page.


v1.3
-----
Fixed minor grammar in the error page display by the value of TEXT_INFORMATION.
Removed ". $REQUEST_URI, $HTTP_REFERER;" from the catalog\http_error.php file.


v1.2
-----
Added feature in admin to log the errors to disk, or e-mail the store owner
Removed 301 & 302 from files as they are redirection codes and not real errors
updated install.txt to include osC forums direct contribution link


v1.1
-----
fixed bug where constants are being called before language file is loaded
updated install.txt for clarity